widget: Add a missing nullability annotation
authorMatthias Clasen <mclasen@redhat.com>
Wed, 2 Dec 2020 15:08:58 +0000 (10:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Dec 2020 15:08:58 +0000 (10:08 -0500)
gtk/gtkwidget.c

index 89635ba8dc6f9e7b3c7f36c9e180356440634eca..f649acfe7465e0ae6b6825aa5f4af98bfe6dd186 100644 (file)
@@ -5288,7 +5288,7 @@ gtk_widget_set_name (GtkWidget     *widget,
  * Retrieves the name of a widget. See gtk_widget_set_name() for the
  * significance of widget names.
  *
- * Returns: name of the widget. This string is owned by GTK and
+ * Returns: (nullable): name of the widget. This string is owned by GTK and
  * should not be modified or freed
  **/
 const char *